home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 22
/
Aminet 22 (1997)(GTI - Schatztruhe)[!][Dec 1997].iso
/
Aminet
/
util
/
misc
/
cookietool.lha
/
cookietool
/
makefile
< prev
next >
Wrap
Makefile
|
1997-10-26
|
460b
|
23 lines
targets = cookietool cdbsplit
objects = cookietool.o cdbsplit.o strstuff.o
CC = gcc
CFLAGS = -O2 -Wall
LOADLIBES = -noixemul
all : $(targets) ;
strstuff.o : strstuff.c strstuff.h
cookietool : cookietool.o strstuff.o
cookietool.o : cookietool.c strstuff.h
cdbsplit : cdbsplit.o strstuff.o
cdbsplit.o : cdbsplit.c strstuff.h
clean :
delete $(targets) $(objects)
install :
copy $(targets) c: